home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (4th Edition)
/
The Business Master - 4th Edition.iso
/
files
/
business
/
makedemo
/
mdem4c.exe
/
START.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-11-13
|
1KB
|
36 lines
ECHO OFF
echo This batch file uses MLITE.EXE, a bare-bones MSHOW.EXE, to show a
echo series of screens (i.e. full screens; no overlays.)
echo
echo Only seven key strokes are recognized (F1 - Help does not function.)
echo
echo PgUp or Up Arrow Key Presents previous screen
echo
echo PgDn or Down Arrow Key Presents next screen
echo
echo F5 Toggles between monochrome and color
echo
echo Return Presents next screen, or if on last
echo or <Enter> screen, exits with DOS ERRORLEVEL = 0
echo
echo Esc Exits with DOS ERRORLEVEL = 1
echo
echo C:\MDEMO MLITE MESSAGE.1ST
PAUSE
MLITE MESSAGE.1ST
IF ERRORLEVEL 1 GOTO END
MDEMO
:END
CLS
echo MLITE is designed to show a few expository screens about what
echo presumebly will follow. It's ideal for those times when you wish to
echo give the user some information without mucking up your program proper.
echo Here we just presented a few screens about MakeDemo and shareware. As
echo with MSHOW.EXE, you can combine presentations into single .EXE
echo executibles. We left them separate in this distribution so you may
echo look at MESSAGE.1ST, another MakeDemo presentation.
echo
echo Thank you for looking at MakeDemo. We would like to count you among
echo our many satisfied customers.